IsSortedCore Property (SortableBindingList<T>)
In This Topic
Gets a value that indicates whether the list is sorted.
Syntax
'Declaration
Protected Overrides ReadOnly Property IsSortedCore As Boolean
protected override bool IsSortedCore {get;}
See Also